| RegistrationGroupTerm |
| EntityType | Independent |
| Logical Entity Name | RegistrationGroupTerm |
| Default Table Name | AdRegistrationGroupTerm |
| Logical Only | NO |
| Definition | |
| Note |
| RegistrationGroupTerm Attributes |
| Attribute/Logical Rolename | Domain | Datatype | NULL | Definition |
Id |
INTEGER | NO | ||
RegistrationGroupId |
INTEGER | NO | ||
TermId |
INTEGER | NO | ||
AdvisementStudentGroupId |
INTEGER | YES | ||
| InternalRegistrationBeginDateTime | DATETIME | NO | ||
| InternalRegistrationEndDateTime | DATETIME | NO | ||
| OnLineRegistrationBeginDateTime | DATETIME | NO | ||
| OnLineRegistrationEndDateTime | DATETIME | NO | ||
| GroupPriority | SMALLINT | NO | ||
| CreatedDateTime | DATETIME | NO | ||
| LastModifiedDateTime | DATETIME | NO | ||
LastModifiedUserId |
INTEGER | NO | ||
| RowVersion | TIMESTAMP/DATE | NO | ||
CampusId |
INTEGER | YES |
| RegistrationGroupTerm Keys |
| Key Name | Key Type | Keys |
| AdRegistrationGroupTerm_SyCampusId_N_N_IDX | Inversion Entry | CampusId |
| AdRegistrationGroupTerm_AdTermID_SyCampusID_AdRegistrationGroupID_GroupPriority_N_N_IDX | Inversion Entry | TermId, CampusId, RegistrationGroupId, GroupPriority |
| AdRegistrationGroupTerm_AdRegistrationGroupID_AdTermID_SyCampusID_U_N_IDX | Unique Constraint | RegistrationGroupId, TermId, CampusId |
| AdRegistrationGroupTerm_AdRegistrationGroupTermID_U_C_IDX | PrimaryKey | Id |
| AdRegistrationGroupTerm_AdRegistrationGroupTerm_AdvisemenSyGroupsID_AdRegistrationGroupterm_U_N_IDX | Alternate Key | AdvisementStudentGroupId, Id |
| AdRegistrationGroupTerm_UserID_N_N_IDX | Inversion Entry | LastModifiedUserId |
| AdRegistrationGroupTerm_AdvisementSyGroupsID_N_N_IDX | Inversion Entry | AdvisementStudentGroupId |
| AdRegistrationGroupTerm_AdRegistrationGroupID_N_N_IDX | Inversion Entry | RegistrationGroupId |
| RegistrationGroupTerm Relationships |
| Parent Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype |
| RegistrationGroup | Non-Identifying | One To Zero or More | RegistrationGroupId | NO | |||
| Term | Non-Identifying | One To Zero or More | TermId | NO | |||
| StudentGroup | Non-Identifying | Zero or One to Zero or More | AdvisementStudentGroupId | NO | |||
| Campus | Non-Identifying | Zero or One to Zero or More | CampusId | NO | |||
| Staff | Non-Identifying | One To Zero or More | LastModifiedUserId | NO | |||
| RegistrationGroup | Non-Identifying | Zero or One to Zero or More | RegistrationGroupId | NO | |||
| Term | Non-Identifying | Zero or One to Zero or More | TermId | NO |
| Child Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype |
| RegistrationGroupTerm Check Constraints |
| Check Constraint Name | CheckConstraint |
| Chk_AdRegistrationGroupTerm_OnLineDates | ([OnLineRegistrationEndDateTime] is null or [OnLineRegistrationBeginDateTime] is null or [OnLineRegistrationEndDateTime] > [OnLineRegistrationBeginDateTime]) |
| Chk_AdRegistrationGroupTerm_InternalDates | ([InternalRegistrationEndDateTime] is null or [InternalRegistrationBeginDateTime] is null or [InternalRegistrationEndDateTime] > [InternalRegistrationBeginDateTime]) |